From: Paul Eggert Date: Sun, 6 Mar 2011 07:53:03 +0000 (-0800) Subject: Merge from mainline. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4487^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a5116dbd1e4972a7394f7cecc0ad85f7890fe391;p=emacs.git Merge from mainline. --- a5116dbd1e4972a7394f7cecc0ad85f7890fe391 diff --cc src/ChangeLog index 80da155f1e4,602fbccf6b5..6f022824851 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,14 -1,15 +1,26 @@@ +2011-03-06 Paul Eggert + + * xdisp.c: Rename or move local decls to avoid shadowing. + (init_iterator, handle_fontified_prop, handle_single_display_spec): + (message_dolog, message_with_string, redisplay_internal): + (redisplay_window, try_window_reusing_current_matrix, try_window_id): + (compute_line_metrics, highlight_trailing_whitespace, cursor_row_p): + (display_line, display_string, rows_from_pos_range): + (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): + Rename or move local decls. + + 2011-03-06 Michael Shields (tiny change) + + * window.c (Fnext_window): Doc fix. (Bug#5567) + + 2011-03-05 Chong Yidong + + * nsterm.m (ns_draw_window_cursor): Fix typo in 2011-02-23 commit. + + 2011-03-02 Ken Brown + + * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. + 2011-03-02 Paul Eggert Work around some portability problems with symlinks.